---
title: "Retrieve the blockout time of an employee"
method: GET
path: "/v1/blockouttimes/{block_out_time_id}?center_id={center_id}&expand[]=ReccuringDetails&source=0"
---

# Retrieve the blockout time of an employee

`GET /v1/blockouttimes/{block_out_time_id}?center_id={center_id}&expand[]=ReccuringDetails&source=0`

Use this API to retrieve the blockout time of the specified employee.

## Path parameters

- `block_out_time_id` string, required

## Query parameters

- `center_id` string, required

## Response `200`

200

- object
  - `block_out_time_id` string
  - `employee` object
    - `id` string
    - `name` string
  - `block_out_time_type` object
    - `id` integer
    - `name` string
    - `duration` integer
  - `start_time` string
  - `end_time` string
  - `start_time_in_center` string
  - `end_time_in_center` string
  - `notes` unknown
  - `recurring_block_out_time` object
    - `id` string
    - `time_period` string
    - `interval` integer
    - `rec_start_date` string
    - `rec_end_date` unknown
    - `week_days` integer
    - `occurences` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
